Package | nictiz.fhir.nl.r4.nl-core |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.11.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider |
Url | http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider |
Status | draft |
Name | NlcoreHealthcareProvider |
Title | nl core HealthcareProvider |
Experimental | False |
Realm | nl |
Description | A healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctor’s offices. |
Purpose | A derived profile from [zib-HealthcareProvider](http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | Location |
Kind | resource |
StructureDefinition | |
http://nictiz.nl/fhir/StructureDefinition/nl-core-AddressInformation | nl core AddressInformation |
http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-EmailAddresses | nl core ContactInformation EmailAddresses |
http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-TelephoneNumbers | nl core ContactInformation TelephoneNumbers |
http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization | nl core HealthcareProvider Organization |
http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider | nl core HealthcareProvider |
http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider | zib HealthcareProvider |
Note: links and images are rebased to the (stated) source
{
"resourceType" : "StructureDefinition",
"id" : "nl-core-HealthcareProvider",
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>"
},
"url" : "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider",
"name" : "NlcoreHealthcareProvider",
"title" : "nl core HealthcareProvider",
"status" : "draft",
"publisher" : "Nictiz",
"contact" : [
{
"name" : "Nictiz",
"telecom" : [
{
"system" : "url",
"value" : "https://www.nictiz.nl",
"use" : "work"
}
]
}
],
"description" : "A healthcare provider is an organization that offers and provides medical, paramedic and/or nursing care to patients/clients. Examples include: hospitals, nursing homes, doctorâs offices.",
"purpose" : "A derived profile from [zib-HealthcareProvider](http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.",
"copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "zib-healthcareprovider-v3.4-2020EN",
"uri" : "https://zibs.nl/wiki/HealthcareProvider-v3.4(2020EN)",
"name" : "zib HealthcareProvider-v3.4(2020EN)"
},
{
"identity" : "zib-contactinformation-v1.2-2020EN",
"uri" : "https://zibs.nl/wiki/ContactInformation-v1.2(2020EN)",
"name" : "zib ContactInformation-v1.2(2020EN)"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Location",
"baseDefinition" : "http://nictiz.nl/fhir/StructureDefinition/zib-HealthcareProvider",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Location",
"path" : "Location",
"comment" : "The zib HealthcareProvider is mapped to this Location profile and a profile on Organization (<http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization>). This Location profile acts as the focal resource of the HealthcareProvider because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the `managingOrganization` element.\r\n\r\nHealthcare providers usually consist of multiple organizational levels and physical locations. The hierarchical structure may be captured by using multiple instances of this HealthcareProvider profile using the `Location.partOf` element to refer to their parent Location. Each instance refers the nl-core-HealthcareProvider-Organization at the appropriate level in the hierarchy. \r\n\r\nIn consultation with 'Registratie aan de Bron', it is agreed to not include the zib concept LocationNumber (NL-CM:17.2.10) due to several reasons. Firstly, its use in the Dutch realm is unclear as this concept was initiated for the Belgium realm with specific requirements. Secondly, it cannot be mapped neatly in the FHIR model which would require the use of an extension. To avoid implementation of specific and not-used FHIR requirements, it is advised to create and use an extension at the use case level where this concept is deemed necessary.",
"alias" : [
"nl-core-HealthcareProvider"
]
},
{
"id" : "Location.telecom:telephoneNumbers",
"path" : "Location.telecom",
"sliceName" : "telephoneNumbers",
"type" : [
{
"code" : "ContactPoint",
"profile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-TelephoneNumbers"
]
}
]
},
{
"id" : "Location.telecom:emailAddresses",
"path" : "Location.telecom",
"sliceName" : "emailAddresses",
"type" : [
{
"code" : "ContactPoint",
"profile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactInformation-EmailAddresses"
]
}
]
},
{
"id" : "Location.address",
"path" : "Location.address",
"type" : [
{
"code" : "Address",
"profile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-AddressInformation"
]
}
]
},
{
"id" : "Location.managingOrganization",
"path" : "Location.managingOrganization",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
]
}
]
},
{
"id" : "Location.partOf",
"path" : "Location.partOf",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Location",
"http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider"
]
}
]
}
]
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.